home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / misc / phoon.lha / libs / IFFL.README < prev    next >
Text File  |  1992-07-18  |  2KB  |  48 lines

  1.  
  2.                  THE UNIVERSAL IFF LIBRARY FOR THE AMIGA
  3.  
  4.                          VERSION 22.1, 02-Jun-92
  5.  
  6.                                    BY
  7.  
  8.                            CHRISTIAN A. WEBER
  9.                               BRUGGERWEG 2
  10.                              CH-8037 ZURICH
  11.                               SWITZERLAND
  12.  
  13.                   INTERNET: weber@amiga.physik.unizh.ch
  14.         (E-MAIL: cbmehq!cbmswi!mighty!chris@cbmvax.commodore.com)
  15.  
  16.  
  17. THIS PROGRAM IS IN THE PUBLIC DOMAIN. IT MAY BE FREELY DISTRUBUTED, COPIED
  18. AND USED FOR COMMERCIAL OR NON-COMMERCIAL PURPOSES.  IT MAY BE DISTRIBUTED
  19. WITH OR WITHOUT THIS DOCUMENTATION FILE.
  20.  
  21. TO MAINTAIN COMPATIBILITY,  YOU SHOULD NOT MAKE ANY CHANGES TO THE LIBRARY
  22. ITSELF.  UPDATES WILL BE RELEASED BY THE AUTHOR.  HOWEVER, YOU MAY  CHANGE
  23. THE SOURCE CODES OR USE THEM IN YOUR OWN PROGRAMS.
  24.  
  25.  
  26. WHAT IS THE IFF LIBRARY ?
  27. -------------------------
  28.  
  29. The iff.library is an easy to  use  Amiga  library  which  gives  you  some
  30. powerful routines to deal with IFF files, especially ILBM files (pictures),
  31. ANIM files (animations) and 8SVX files (digitized sounds).
  32. It was fully written in Assembler and is  only  3.2 KBytes  long.  The  de-
  33. compression routines are the fastest I've ever written :-)
  34. To use iff.library, copy it to the 'LIBS:' directory of your boot partition
  35. or Workbench disk.
  36. Since the iff.library is a standard Amiga library,  it can be used from any
  37. programming language such as C, C++, Modula-2, Assembler, Pascal, ARexx and
  38. many more.
  39.  
  40. I started writing this library in September 1987, and now it is really bug-
  41. free (I hope) and it can handle any IFF files I know, including DPaint pic-
  42. tures with stencil,  HAM and halfbrite pictures, ANIM files (with a trick),
  43. SHAM files, SoundFX instruments,  and all other IFF files which do not con-
  44. tain nested chunks.
  45.  
  46. If you have questions or suggestions, don't hesitate to contact me!
  47.  
  48.